/* News Articles Custom Styles */
.DreamTable{
    width:100%; 
    text-align:right;
}
.DreamListing{
    width:100%; 
    text-align:right;
    border-bottom:1px dotted gray;
}
.dreamTopCell {
    padding: 0px 0px 5px 0;
    font: normal 10px;
    border-bottom:1px dotted gray;
}
.Details 
{
	 font-family: Tahoma, Arial;
	 font-size: 10px;
	 color: #666666;
	 padding-top:3px;
}
.ShortSummary
{
	padding-top:5px;
	line-height:15px;
}
.Summary
{
	line-height:22px;
}
	
.articleContentCell { vertical-align:top; background-color: Transparent; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.FooterCell {font: 11x; font-family: Tahoma, Arial; font-weight: normal; text-align:center; padding: 3px; background-color:#F5F5F5; height: 25px; }
.articleFooterCell .NormalBold { color: #FFF; }

